home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 3 / Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso / music2 / mepody.exe / MONEYSND.C < prev    next >
C/C++ Source or Header  |  1992-02-03  |  262b  |  7 lines

  1. #include <dos.h>
  2. int melody[][2] = {
  3. {  0,  0},{392,100},{220,100},{392,100},{220,100},{392,100},{220,100}
  4. ,{392,100},{262,100},{392,100},{262,100},{392,100},{262,100},{392,100}
  5. ,{220,100},{392,100},{220,100},{392,100},{220,100},{392,100}};
  6. #define MAX 19
  7.